Say where examples are placed after they are compiled
authorEduardo Bautista <me@eduardobautista.com>
Thu, 30 Oct 2014 19:10:57 +0000 (13:10 -0600)
committerEduardo Bautista <me@eduardobautista.com>
Thu, 30 Oct 2014 19:10:57 +0000 (13:10 -0600)
src/doc/manifest.md

index 60905b86c96e02ac25112ae0c80a7b1fd1fcf67c..20566886293fd3d3f9e72f64714358f7b57b1814 100644 (file)
@@ -341,7 +341,8 @@ the `target` directory.
 # Examples
 
 Files located under `examples` are example uses of the functionality
-provided by the library.
+provided by the library.  When compiled, they are placed in the 
+`target/examples` directory.
 
 They must compile as executables (with `main.rs`) and load in the
 library by using `extern crate <library-name>`. They are compiled when